home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
HippoDraw
/
HippoDrawSrc1.1
/
Hippo.subproj
/
Ruler.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-25
|
351 b
|
23 lines
#import <appkit/View.h>
@interface Ruler : View
{
id font;
NXCoord descender;
NXCoord startX;
NXCoord lastlp, lasthp;
BOOL flipped;
BOOL notHidden;
}
+ (NXCoord)width;
- showPosition:(NXCoord)lp :(NXCoord)hp;
- hidePosition;
- setFont:aFont;
- setFlipped:(BOOL)flag;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end